home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global act
- if act = 0 then
- HotSpots(2, 15, "..\som\acessori.wav")
- end if
- set the locH of sprite 22 to the locH of sprite 22 - 4
- if the locH of sprite 22 < -226 then
- set the locH of sprite 22 to 640 + 226
- end if
- updateStage()
- Loopframe()
- end
-
- on mouseUp
- global act
- if act = 1 then
- set act to 0
- onVis(9, 15)
- InVis(16, 21)
- end if
- end
-